@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    max-width: 100%;
    color: #13024F;
}

:root{
  --dark-purple: #5600CA;
  --light-purple: #8313FF;
  --light-teal: #57C6D2;
  --text-color: #240250;
  --light-fill: #EFEDF7;
  --white-color: #ffffff;
  --text-dark: #13024F;
  --text-font-size: 22px;
  --btn-font-size: 22px;
  --navbar-font-size: 16px;
  --radial-bg-gradient: radial-gradient(circle at top left, #8311FC, transparent 50%), radial-gradient(circle at bottom right, #5967FB, transparent 50%), #621BE9;
  --linear-bg-gradient: linear-gradient(90deg, #5300c2 0%, #8212ff 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

.container-fluid {
    max-width: 1448px !important;
    margin: 0 auto;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

p {
    font-size: var(--text-font-size);
    color: var(--text-color);
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem #ff1313;
}

header {
    z-index: 9;
    border-bottom: 1px solid #DADEE8;
}

.hidden {
    display: none;
}

.new-window-icon {
    fill:currentColor;
    height:0.75rem;
    margin-inline-start:0.3em;
    vertical-align:middle;
    width:0.75rem;
}

.header-logo-light {
    display: none;
}

body.professional {
    .header-logo-light {
        display: inline-block;
    }

    .header-logo-light {
        display: none;
    }
}

#logo img {
    width: 113px;
}
.auth-block {
  margin-left: 1.5rem;
}
.navbar-nav a.nav-link{
  font-size: var(--navbar-font-size);
  color: var(--text-dark);
}
.navbar-nav a.nav-link:hover {
  color: var(--dark-purple);
}

.nav-item.bold_item .nav-link {
    font-weight: 800 !important;
}

.navbar-expand-lg {
    justify-content: space-between;
}

.menu-item {
    position: relative;
    padding: 0 0.5rem;

    @media screen and (max-width: 991px) {
        margin-bottom: 1rem;
    }

    .sub-menu {
        list-style: none;

        @media screen and (max-width: 991px) {
            padding-left: 1rem;
            padding-top: 1rem;
        }

        .menu-item {
            font-weight: 500;
            color: #6b7280;

            .nav-link {
                color: var(--text-dark);
            }

            .menu-item-description {
                display: none;
            }
        }
    }

    @media screen and (min-width: 992px)  {
        &.menu-item-has-children {
            display: inline-flex;
            align-items: center;

            &:after {
                content: "";
                display: block;
                background: url("../../images/menu/icon-dropdown.svg") no-repeat center;
                width: 1rem;
                height: 1rem;
                transition: transform 0.2s;
            }

            &:hover > .sub-menu {
                opacity: 1;
                visibility: visible;
            }

            &:hover:after {
                transform: rotate(180deg);
            }
        }

        .sub-menu {
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.2s;
            position: absolute;
            width: 20rem;
            top: 100%;
            padding: 1rem;
            border: solid 1px #D9CEFF;
            border-radius: 8px;
            background-color: rgba(255, 255,255, 0.95);
            display: flex;
            flex-direction: column;
            gap: 1rem;

            .nav-item {
                padding: 0;
            }

            .menu-item .nav-link {
                padding: 0.5rem 0.5rem 0.5rem 2.5rem;
                border-radius: 8px;
                position: relative;
                font-size: 1rem;
                font-weight: 500;
                transition: background-color 0.2s;

                .menu-item-description {
                    display: block;
                    color: #6b7280;
                    font-size: 0.875rem;
                    font-weight: 400;
                }

                &:after {
                    content: '';
                    position: absolute;
                    left: 0.5rem;
                    top: 1rem;
                    width: 1.25rem;
                    height: 1.25rem;
                    background-size: contain;
                    background-repeat: no-repeat;
                }

                &:hover {
                    background-color: #D9CEFF;
                }
            }
            .dev-menu .nav-link:after {
                background-image: url('../../images/menu/icon-dev.svg');
            }
            .enterprise-menu .nav-link:after {
                background-image: url('../../images/menu/icon-dev.svg');
            }
            .experts-menu .nav-link:after {
                background-image: url('../../images/menu/icon-experts.svg');
            }
            .owners-menu .nav-link:after {
                background-image: url('../../images/menu/icon-owners.svg');
            }
            .blog-menu .nav-link:after {
                background-image: url('../../images/menu/icon-blog.svg');
            }
            .case-menu .nav-link:after {
                background-image: url('../../images/menu/icon-case.svg');
            }
            .event-menu .nav-link:after {
                background-image: url('../../images/menu/icon-events.svg');
            }
            .doc-menu .nav-link:after {
                background-image: url('../../images/menu/icon-doc.svg');
            }
        }
    }


}


/*Hero*/
.hero-banner {
    background: #ffffff url("../../images/hero-banner-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0 100px;
}

.hero-banner-img {
    width: 120%;
    /*margin: -30% -10% -40%;*/
}

.gradient-fill {
    background-image: linear-gradient(90deg, rgba(133, 20, 254, 1) 0%, rgba(90, 107, 254, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100%;
    background-position: center;
}

.hero-img-wrapper {
    display: flex;
    justify-content: center;
}

.hero-banner h1 {
    font-weight: 700;
    font-size: 6rem;
    line-height: 0.9;
    width: 100%;
    margin-bottom: 46px;
}

.subtitle {
    margin-bottom: 12px;
}

.subtitle span {
    font-size: var(--text-font-size);
    color: var(--text-color);
    font-weight: 800;
}

.custom-hero-btn {
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 10px;
    border: none;
}

.btn-gradient {
    background: var(--radial-bg-gradient);
}

.btn-outlined-hero {
    border: 4px solid #6C0FEB;
    box-sizing: border-box;
    color: #5614D3;
    padding: 6px;
}

.check-list {
    list-style: none;
    font-size: var(--text-font-size);
    padding: 0;
    color: var(--text-color);
}

/*Hero Ends*/

/*Solutions Section*/
section.solutions {
    background: var(--radial-bg-gradient);
    height: 1050px;
}

.solutions h2 {
    color: var(--white-color);
}

.secondory-healine {
    font-size: 5.3rem;
    font-weight: 900;
    line-height: 0.9;
}

#solutionsCarousel .carousel_rotation {
    background-color: #fff;
    padding: 6px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}

#solutionsCarousel .carousel-indicators {
    position: relative;
    margin: 0 10%;
}

#solutionsCarousel .carousel-indicators [data-bs-target] {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    font-size: var(--text-font-size);
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#solutionsCarousel .carousel-indicators [data-bs-target]::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-color: var(--light-fill);
    border-radius: 50%;
    border: 12px solid var(--dark-purple);
    box-sizing: content-box;
    outline: 12px solid var(--light-fill);
    margin-bottom: 20px;
    outline-offset: 1px;
}

#solutionsCarousel .carousel-indicators button.active[data-bs-target] {
    font-style: italic;
}

#solutionsCarousel .carousel-indicators button.active[data-bs-target]::before {
    background-color: transparent;
    border-color: var(--light-fill);
    outline-color: var(--light-teal);
}

.carousel-item-healine {
    font-size: 26px;
    font-weight: 800;
    color: var(--light-teal);
}

.solution-carousel-img {
    box-shadow: 3rem 0rem 3rem rgba(86, 0, 202, 0.4);
    border-radius: 15px;
}

#solutionsCarousel :where(.carousel-control-next, .carousel-control-prev) {
    top: 50%;
    bottom: auto;
    width: auto;
}

#solutionsCarousel .carousel-control-next {
    right: -80px;
}

#solutionsCarousel .carousel-control-prev {
    left: -80px;
}

.carousel-indicators button {
    width: 120px !important;
}

/*Solutions Section Ends*/

/*Web Accessibility Section*/

.web-accesibility {
    background: #ffffff url("../../images/accessibility-bg.jpg") no-repeat center;
    background-size: cover;
}

.web-accesibility h2 {
    line-height: 1;
}

.web-accesibility {
    padding-top: 20rem !important;
}

.playButton {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: none;
    background: none;
}

/*Web Accessibility Section Ends*/


/*Widget Section*/
.widget {
    background-color: var(--light-fill);
}

.widget .secondory-healine {
    max-width: 700px;
}

.widget_subtitle {
    color: #6708E0;
    font-weight: 700;
}

.widget h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background-image: url(../../images/line-design.png);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -11px;
}

.widget-graphic {
    margin: -30% 0% -45% -30%;
    width: 160% !important;
}

/*Widget Section Ends*/

/*Level Accessibility*/
.level-accessibily {
    background: var(--radial-bg-gradient);
}

.free-offer h3 {
    color: var(--light-fill);
    font-size: 67px;
    font-weight: 900;
}

/*Level Accessibility Ends*/


/*Dynamic Section*/
.dynamic {
    background-color: var(--light-fill);
    background-image: url('../../images/dynamic-bg.png');
    background-size: cover;
    background-position: center;
}

.dynamic .play-button {
    top: 61%;
    left: 57%;
}

/*Dynamic Section Ends*/

/*Manage Section*/
.manage-accessibily {
    background-color: var(--light-fill);
    background-image: linear-gradient(90deg, rgba(134, 19, 255, 0.06) 0%, rgba(90, 109, 254, 0.06) 100%);
}

.access-box {
    background: var(--radial-bg-gradient);
    border-radius: 10px;
    box-shadow: 10px 10px 20px 3px rgba(86, 0, 202, 0.2);
    min-height: 244px;
}

.access-box h4, .access-box h2 {
    font-weight: 900;
    font-size: 2rem;
    line-height: 1;
}

.manage_container {
    max-width: 1450px;
    margin: 0 auto;
}

.manage-accessibily .access-box p {
    font-size: 26px;
}

/*Manage Section Ends*/

/*Testimonial Item*/
.reviews h3 {
    font-size: 91px;
    font-weight: 700;
    background-image: linear-gradient(90deg, #5300C2 0%, #8212FF 100%);
    max-width: 1040px;
    margin: auto;
}

.reviews {
    background-image: url(../../images/testimonial-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--light-fill);
}

.testimonial-item-wrap {
    background: var(--radial-bg-gradient);
    border-radius: 30px;
}

img.author-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

h4.author_name {
    font-weight: 900;
    font-size: 28px;
}

.logo-wrap img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

span.company-name {
    font-size: var(--text-font-size);
    font-weight: 800;
}

blockquote.testimonial-text {
    border: 1px solid var(--white-color);
    padding: 25px;
    border-radius: 8px;
    font-size: var(--text-font-size);
    line-height: 1.2;
}

img.top-quote {
    position: absolute;
    left: -40px;
    top: -20px;
    width: 60px;
}

img.bottom-quote {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 60px;
}

.swiper-nav {
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev {
    left: -130px;
}

.swiper-button-next {
    right: -130px;
}

.container.custom-logo-container {
    max-width: 1550px;
}

.client-logos img {
    max-width: 380px;
}

.client-logos .col {
    max-width: 20% !important;
    min-width: 20% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
}

/*Testimonial Ends*/

/*Compliance Section*/
.compliance {
    background-color: var(--light-fill);
}

.custom-container {
    max-width: 1300px;
}

.compliance-wrap {
    background-image: var(--linear-bg-gradient);
    border-radius: 20px;
}

h3.cpl_head {
    font-size: 105px;
    font-weight: 900;
    line-height: 0.9;
    margin-top: -10px;
}

.cpl-item {
    padding: 10px;
    border-radius: 10px;
}

.cpl-item p {
    max-width: 160px;
}

.complainz_box .col-md-4:first-child p {
    max-width: 100% !important;
}

.cpl-item h4 {
    font-weight: 700;
    color: var(--text-color);
}

/*Compliance Section ends*/


/*Footer Css*/
footer.site-footer .logo_footer {
    max-width: 65%;
}

footer.site-footer {
    background-color: #13024F;
    padding-top: 60px;
}

.footer-bar {
    border-top: solid 1px #5A5D63;
}

.footer-logo {
    margin-bottom: 46px;
}

.site-footer ul.footer-nav, ul.bottom_footer_nav, .mobile-menu {
    padding: 0;
    list-style: none;
    font-size: 1.125rem;
}

.site-footer :is(ul.footer-nav,ul.bottom_footer_nav) a {
    color: var(--white-color);
    text-decoration: none;
}

.site-footer .footer-title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 24px;
}

.site-footer .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.site-footer .menu-item {
    padding: 0;
}

span.social-icons {
    display: inline-block;
    margin-right: 32px;
    padding: 2px;
    text-align: center;
    border-radius: 7px;
}

span.social-icons:hover {
    opacity: 0.7;
}

span.social-icons img {
    display: inline-block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.modal-backdrop.show {
    display: none !important;
}


/*Contact Us page*/
.contact-us {
    background-image: url(../../images/about-us-bg.png);
    background-position: center;
    background-size: cover;
}

.contact-us h1.main-heading {
    font-size: 83px;
    font-weight: 900;
    line-height: 1;
}

.contact-us .subtitle {
    max-width: 570px;
    text-align: left;
}

.form-wrap h2 {
    font-size: 60px;
    font-weight: 900;
    color: var(--dark-purple);
}

.form-wrap {
    border-radius: 30px;
}


/*Landing Page*/

.landing {
    background: var(--radial-bg-gradient);
}

.landing h1.main-heading {
    font-size: 88px;
    line-height: 0.75;
    font-weight: 700;
}

.landing h1.main-heading span {
    color: var(--light-teal);
}

.landing h1.main-heading strong {
    font-weight: 800;
}

.landing li {
    font-weight: 600;
}

.landing .check-list {
    max-width: 690px;
}

.video-box-landing {
    background-color: var(--light-fill);
}

.video-box-landing h2.video-heading {
    font-size: 90px;
    font-weight: 700;
    line-height: 0.9;
    background: linear-gradient(90deg, rgba(128, 18, 252, 1) 0%, rgba(45, 4, 168, 1) 50%, rgba(131, 19, 254, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-box-landing h2.video-heading.text-center i {
    font-weight: 800 !important;
}

.video-box-landing .playButton {
    left: 120px;
    bottom: 30px;
    top: auto;
}


/*Landing Page*/
.website-audit {
    background: var(--radial-bg-gradient);
}

h1.audit-heading {
    color: var(--white-color);
    font-size: 90px;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
}

p.audit-subtitle {
    font-size: 46px;
    color: var(--light-teal);
    line-height: 1;
    font-style: italic;
}

ul.audit-list {
    counter-reset: auditList;
    font-size: 24px !important;
}

.audit-list li:before {
    content: counter(auditList);
    counter-increment: auditList;
    background-color: #fff;
    color: var(--light-purple);
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding: 1px;
    font-size: 34px;
    font-weight: 900;
    font-style: italic;
    margin-right: 17px;
}

/*Support*/
.support {
    background: var(--light-fill);
    background-image: url(../../images/support-bg.png);
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.we-got-back h1 {
    font-size: 97px;
    font-weight: 900;
    background: linear-gradient(90deg, rgba(128, 18, 252, 1) 0%, rgba(45, 4, 168, 1) 50%, rgba(131, 19, 254, 1) 100%);
    -webkit-background-clip: text;
}

.we-got-back .subtitle {
    color: var(--dark-purple);
}

.we-got-back .btn.btn-primary {
    min-width: 350px;
    background-image: url(../../images/support-btn-bg.jpg);
    background-size: cover;
    background-position: center;
}

.support .access-box {
    box-shadow: 10px 10px 20px 3px rgba(86, 0, 202, 0.4);
}

.support .access-box img {
    height: 65px;
    display: inline-block;
    width: 75px;
    object-fit: contain;
}

.support .access-box.first_box {
    padding-left: 2rem !important;
}

.support .access-box.second-box {
    padding-right: 2rem !important;
}

.support .access-box h2 {
    font-size: 2.1rem;
}

.support .access-box {
    border-radius: 30px;
    background: linear-gradient(90deg, #5700CB 0%, #8012FC 100%);
}

.support .col-md-4:nth-child(2) .access-box {
    background: var(--light-purple);
}

.support .access-box.full-width {
    background: linear-gradient(90deg, #7622FF 0%, #57C6D2 100%);
}

.support .access-box.full-width img {
    height: auto;
}


/*About us*/
.about-us-banner {
    background-color: var(--light-fill);
    background-image: url(../../images/about-us-banner-bg.png);
    background-size: cover;
    background-position: 0 calc(100% + -66px);
    background-repeat: no-repeat;
}

.about-us-banner h1 {
    font-size: 90px;
    font-weight: 900;
    line-height: 0.9;
    padding-right: 22%;
}

.about-us-banner h1 span {
    color: var(--light-teal);
}

.unordered_images .col:nth-child(3), .unordered_images .col-4:nth-child(1) {
    margin-top: 5rem !important;
}

.about-us-banner img {
    border-radius: 40px;
    box-shadow: 0 0 40px 9px rgb(86 0 202 / 70%);
}

.about-content .content-wrap {
    background-image: url(../../images/guy-with-dog.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 15px solid #ACABB0;
    border-radius: 50px;
}

.about-content {
    background-color: var(--light-fill);
}

.about-content :is(h2,p) {
    color: var(--white-color);
}

.about-content p {
    font-weight: 600;
}

.about-content h2 {
    font-size: 120px;
    line-height: 0.9;
    font-weight: 800;
}

.about-content .content-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg,
    rgba(29, 28, 31, 1) 0%,
    rgba(37, 2, 83, 1) 25%,
    rgba(64, 57, 74, 1) 75%,
    rgba(131, 19, 255, 0) 100%);
    opacity: 0.52;
    border-radius: 36px;
    z-index: 1;

}

.about_carousel-wrapper swiper-container {
    width: 100%;
    height: 100%;
}

.about_carousel-wrapper swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_carousel-wrapper swiper-slide {
    width: 70% !important;
}

.about_carousel-wrapper swiper-slide:nth-child(2n) {
    width: 60%;
}

.about_carousel-wrapper swiper-slide:nth-child(3n) {
    width: 40%;
}

/* .about-us-banner .row{
    margin-bottom: -100px;;
} */
/* .about-content {
    padding-top: 320px !important;
    background-image: url(../../images/abt-bg-png.png);
    background-size: 124%;
    background-position: top center;
    background-repeat: no-repeat;
}*/


@media (max-width: 1521px) {
    .hero-banner h1 {
        font-size: 5rem;
    }
}

@media (max-width: 1301px) {
    .hero-banner h1 {
        font-size: 4rem;
    }
}

@media (max-width: 1061px) {
    .hero-banner h1 {
        width: 85%;
    }
}

@media (max-width: 911px) {
    .hero-banner h1 {
        font-size: 3rem;
        width: 100%;
    }
}

@media (max-width: 576px) {
    :root {
        --text-font-size: 18px;
        --btn-font-size: 18px;
    }

    .headercta a {
        min-width: auto;
        padding: 5px 21px;
        font-weight: 600;
        border-radius: 17px;
    }

    #logo img {
        width: 65px;
    }

    .modal-header {
        border: none;
        background-color: var(--white-color);
        border-bottom: 1px solid var(--light-fill);
    }

    .modal-body {
        background-color: #fff;
    }

    .popup-btn a {
        width: 100%;
        padding: 8px;
    }

    #menuPopup .btn-close {
        opacity: 1;
    }


    /*Hero Banner*/
    .hero-banner, .dynamic, .manage-accessibily, .support {
        background-image: none;
        background-color: transparent;
    }

    .hero-banner {
        padding: 40px 0 20px;
        background-color: #EFEDF7;
    }

    p.subtitle.top-sub {
        color: #6708E0;
        font-style: italic;
        font-weight: 600;
    }

    .hero-banner h1 {
        width: 100%;
        font-weight: 900;
        font-size: 2.2rem;
        margin-bottom: 22px;
    }

    .btm-sub {
        font-weight: 400;
        line-height: 1.3;
    }

    .hero-banner a.custom-hero-btn, .dynamic .btn {
        border-radius: 15px;
        width: 100%;
    }

    .mobile-img {
        margin: -6rem 0 0 0;
        width: calc(100% + 4rem);
    }

    .secondory-healine {
        font-size: 2.8rem;
    }

    #solutionsCarousel .carousel-indicators [data-bs-target]::before {
        width: 10px;
        height: 10px;
        border-width: 6px;
        outline-width: 6px;
        margin-bottom: 13px;
    }

    #solutionsCarousel .carousel-indicators [data-bs-target] {
        font-size: 9px;
    }

    /*Solutions*/
    .solution-headline .secondory-healine {
        font-size: 1.8rem;
    }

    .solutions .carousel-inner {
        margin: 0 -1.5rem;
        width: calc(100% + 3rem);
    }

    .solutions .subtitle {
        font-weight: 400;
    }

    #solutionsCarousel .carousel-indicators {
        margin: 0;
    }

    #solutionsCarousel .carousel-control-next {
        right: -25px;
    }

    #solutionsCarousel .carousel-control-prev {
        left: -25px;
    }

    .solution-carousel-img {
        box-shadow: 3rem 0rem 2rem rgba(86, 0, 202, 0.4);
    }

    .carousel-item-healine {
        font-size: 16px;
    }

    section.solutions {
        height: 410px;
    }


    /*Accessibility*/
    .web-accesibility {
        padding-top: 130px !important;
    }

    .playButton img {
        width: 65px;
    }

    .free-offer h3 {
        font-size: 32px;
    }


    .widget-graphic-mobile {
        margin: -6rem -1.5rem 0 -1.5rem;
        width: calc(100% + 3rem) !important;
    }

    .widget h2::after {
        width: 275px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        top: 3px;
    }

    .manage-accessibily .subtitle {
        font-weight: 400;
    }

    .access-box {
        min-height: auto;
    }

    .manage-accessibily .access-box p {
        font-size: 20px;
    }

    /*Reviews*/
    .reviews h3 {
        font-weight: 900;
        font-size: 37px;
    }

    img.author-img {
        width: 70px;
        height: 70px;
    }

    h4.author_name {
        font-weight: 900;
        font-size: 18px;
    }

    blockquote.testimonial-text {
        padding: 20px 10px;
    }

    .testimonial-item-wrap {
        border-radius: 60px;
    }

    img.top-quote {
        left: -20px;
        top: -10px;
        width: 35px;
    }

    img.bottom-quote {
        right: -20px;
        bottom: -10px;
        width: 35px;
    }

    .swiper-button-prev {
        left: -35px;
    }

    .swiper-button-next {
        right: -35px;
    }

    :is(.swiper-button-prev,.swiper-button-next) img {
        width: 30px;
    }

    .logo-wrap img {
        width: 60px;
        height: 60px;
    }

    span.company-name {
        font-size: 15px;
        padding-top: 4px;
        display: inline-block;
    }

    .client-logos {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .client-logos .col {
        max-width: 33% !important;
        min-width: 33% !important;
    }

    /*Compliance*/
    h3.cpl_head {
        font-size: 50px;
    }

    .compliance-wrap {
        padding-bottom: 8rem !important;
        padding-top: 4rem !important;
        border-radius: 35px;
    }

    .cpl-item h4 {
        font-size: 26px;
    }


    /*FAQ*/
    h2.faq-head {
        font-size: 0;
    }

    h2.faq-head::before {
        content: 'FAQ';
        font-weight: 900;
        font-size: 60px;
        background-image: linear-gradient(90deg, rgba(133, 20, 254, 1) 0%, rgba(90, 107, 254, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 100%;
        background-position: center;
    }

    #FaqAccordion .accordion-button::after {
        width: 1.4rem;
        height: 1.4rem;
    }

    #FaqAccordion button.accordion-button {
        font-size: 1.25rem;
        font-weight: 600;
    }

    #FaqAccordion .accordion-body {
        font-weight: 400;
        font-size: 1rem;
    }

    #FaqAccordion .accordion-item {
        padding: 24px;
    }

    #FaqAccordion .accordion-item:not(:last-child) {
        margin-bottom: 10px !important;
    }


    /*Footer*/
    .footer-nav li:not(:last-child) {
        margin-bottom: 7px;
    }

    img.logo_footer {
        width: 100px;
    }

    span.social-icons img {
        width: 14px;
        height: 14px;
    }

    span.social-icons {
        margin-right: 3px;
        padding: 0px 5px;
    }

    .logo_col {
        border-bottom: 1px solid var(--white-color);
        padding: 0 1.5rem;
    }

    .btm-ftr-links {
        padding: 0 0 5rem 0;
    }

    .bottom_footer {
        width: -webkit-fill-available;
        margin: 1.5rem;
    }

    ul.bottom_footer_nav li {
        font-weight: 700;
        font-size: 20px;
    }

    /*Contact Page*/
    .contact-us {
        background: var(--radial-bg-gradient);
    }

    .contact-us h1.main-heading {
        font-size: 50px;
    }

    .contact-us .subtitle {
        font-weight: 400;
    }

    .contact-us span.social-icons {
        padding: 7px;
    }

    .contact-us span.social-icons img {
        width: 24px;
        height: 20px;
    }

    .col-form .form-wrap {
        border-radius: 0;
        margin: 0 -2.3rem;
    }

    .form-wrap h2 {
        font-size: 40px;
    }

    /*Website landing*/
    .landing ul.check-list {
        background-color: rgba(87, 198, 210, 0.17);
        padding: 25px !important;
        border-radius: 30px;
        margin: 30px -15px;
    }

    .landing .form-wrap {
        background-color: var(--light-fill) !important;
    }

    .landing ul.check-list li {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        text-align: center;
    }

    .landing ul.check-list li img {
        width: 25px;
    }

    .landing h1.main-heading {
        font-size: 41px;
        line-height: 0.9;
    }

    .video-box-landingh2 .video-heading {
        font-size: 39px;
        font-weight: 700;
        line-height: 1.1;
    }

    .video-box-landing .playButton {
        left: 45px;
        bottom: 15px;
    }

    .video-box-landing .playButton img {
        width: 45px;
    }

    .video-box-landing h2.video-heading {
        font-size: 42px;
        line-height: 1.25;
    }

    .video-box-landing {
        background-color: var(--white-color);
    }

    /*Websit Audit*/
    h1.audit-heading {
        font-size: 43px;
    }

    p.audit-subtitle {
        font-size: 18px;
    }

    /*Support*/
    .we-got-back h1 {
        font-size: 32px;
    }

    .we-got-back .subtitle {
        font-weight: 400;
        font-size: 20px;
    }

    .we-got-back .btn.btn-primary {
        width: 100% !important;
        min-width: auto;
        line-height: 1.4;
    }

    .we-got-back .mobile-outlined {
        background: transparent !important;
        border: 2px solid #240250;
        color: #240250;
        line-height: 1.2 !important;
    }

    .support .access-box.full-width img {
        height: 280px;
        object-fit: cover;
        object-position: top left;
    }

    /*About*/
    .about-us-banner {
        background: var(--radial-bg-gradient);
    }

    .about-us-banner h1 {
        font-size: 33px;
        padding-right: 0;
        line-height: 1.25;
    }

    .about_carousel-wrapper swiper-slide {
        padding: 10px;
    }

    .about-us-banner .row {
        margin-bottom: -0px;
    }

    .about-content {
        padding-top: 50px !important;
        background-color: var(--white-color);
    }

    .about-content .content-wrap {
        background: var(--radial-bg-gradient);
        border: none;
        border-radius: 20px;
    }

    .about-content .content-wrap::before {
        background-image: url(../../images/about-us-mobile-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
        border-radius: 20px;
    }

    .about-content h2 {
        font-size: 55px;
    }

    .about-content p {
        line-height: 1.3;
    }

    .about-us-banner img {
        border-radius: 15px;
        box-shadow: 0 0 10px 0px rgb(86 0 202 / 65%);
    }

    .about_carousel-wrapper {
        margin-bottom: -100px;
    }

    .about_carousel-wrapper img {
        height: 250px;
        object-fit: cover;
        object-position: top;
    }

}

@media (max-width: 768px) {
    #solutionsCarousel .carousel-indicators [data-bs-target]::before {
        width: 15px;
        height: 15px;
        border-width: 6px;
        outline-width: 6px;
        margin-bottom: 13px;
    }

    #solutionsCarousel .carousel-indicators [data-bs-target] {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    #solutionsCarousel .carousel-inner {
        width: calc(100% + 250px);
        margin: 0 -125px;
    }
}

/*free-tool-banner*/
body.professional {
    .free-tool-banner {
        background-color: #13024F;
        color: #fff;

        .amateur-info-item-count {
            background-color: #D9CEFF;
            color: #13024F;
        }

        .highlight {
            background-image: linear-gradient(90deg, #B066FF 0%, #F374FF 100%);
        }

        .tab-btns, .tab-btn {
            background-color: #5A4E84;
            color: #DADEE8;
        }

        .btn-scan {
            border-color: #fff;
            background-color: transparent;

            &:hover {
                background-color: #fff;
            }
        }

        .tab-btn.active {
            background-color: #8313FF;
            color: #fff;
        }

        .amateur-slogan {
            color: #D9CEFF;

            span {
                color: #fff;
            }
        }

        .subtitle {
            color: #9DBEFF;
        }
    }

    #professionalContent,
    .professional-sections {
        display: block;
    }
    #amateurContent, .owner-sections {
        display: none;
    }
}

#professionalContent, .professional-sections {
    display: none;
}

#professionalContent {
    .amateur-arrow-bottom {
        left: 4%;
        top: -17%;
        width: 460px;
    }
    .amateur-info-item-title {
        justify-content: flex-start;
    }
    .amateur-arrow-top {
        top: -10%;
        left: 11%;
        width: 422px;
    }
}

.section-default {
    padding: 128px 0;

    @media screen and (max-width: 575px){
        padding: 60px 0;
    }
}

.decor {
    border-radius: 489px;
    opacity: 0.2;
    background: #8313FF;
    filter: blur(100px);
    width: 489px;
    height: 489px;
    position: absolute;
}

.free-tool-banner {
    background-color: #ffffff;
    min-height: 100vh;
    padding: 62px 0 6rem;
    z-index: 2;
    text-align: center;
    border-radius: 0 0 24px 24px;

    .decor {
        border-radius: 361px;
        opacity: 0.2;
        background: #8313FF;
        filter: blur(100px);
        position: absolute;
        z-index: -1;
    }

    #professionalContent {
        .decor-left {
            left: -10%;
            bottom: 0;
            width: 45vw;
            height: 45vw;
        }

        .decor-right {
            right: 10%;
            bottom: 0;
            width: 35vw;
            height: 35vw;
        }
    }

    #amateurContent {
        .decor-left {
            left: 0;
            top: 10%;
            width: 20vw;
            height: 20vw;
            transform: translateX(-25%);
        }

        .decor-right {
            right: 0;
            transform: translateX(40%);
            top: 25%;
            width: 20vw;
            height: 20vw;
        }

        .decor-center-left {
            left: 16%;
            bottom: 3%;
            width: 30vw;
            height: 30vw;
            max-width: 500px;
            max-height: 500px;
            opacity: 0.3;
        }

        .decor-center-right {
            left: 55%;
            bottom: 0;
            width: 22vw;
            height: 22vw;
            max-width: 380px;
            max-height: 380px;
        }
    }

    .title {
        font-size: 3.75rem;
        font-weight: 600;

        @media (max-width: 768px) {
            font-size: 2.5rem;
        }
    }

    .subtitle {
        font-size: 1.5rem;
        color: #1A73E8;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;

        @media (max-width: 768px) {
            font-size: 1rem;
        }
    }

    .tab-btns {
        display: inline-flex;
        background-color: #F4F6F9;
        border-radius: 50px;
        margin-bottom: 2rem;
    }

    .tab-btn {
        border-radius: 24px;
        background: #F4F6F9;
        color: #8313FF;
        font-size: 1.2rem;
        height: auto;
        font-weight: 400;
        padding: 0.5rem 1.5rem;
        width: auto;
        margin: 0;
        border: 0;
        transition: background-color 0.2s;
    }

    .tab-btn.active {
        color: #fff;
        font-weight: 600;
        background-color: #8313FF;
    }

    .free-tool-banner-image {
        max-width: 100%;
    }

    .free-tool-banner-image-bottom {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .amateur-images {
        display: flex;
        gap: 5vw;
        justify-content: space-between;
        margin-top: 100px;

        @media (max-width: 768px) {
            flex-direction: column;
            padding: 20px;
        }
    }

    .amateur-info-item {
        flex: 1;
    }

    .amateur-info-item-title {
        font-weight: 600;
        font-size: 1.25rem;
        display: flex;
        justify-content: center;
        gap: .5rem;
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }

    .amateur-slogan {
        color: #8313FF;
        font-size: 1.7rem;
        text-align: center;
        margin-top: 2rem;
        line-height: 1.3;

        span {
            font-weight: 600;
            display: block;
            font-size: 2.2rem;
            color: #13024F;
            text-transform: uppercase;
        }
    }

    .amateur-info-item-desc {
        margin-top: 24px;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 8px;
        text-align: left;
        line-height: 1.5;
    }

    .amateur-info-item-text {
        font-size: 1.125rem;
        margin-bottom: 8px;
        color: #DADEE8;
        text-align: left;
    }

    .amateur-info-item-count {
        flex: 0 0 2rem;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background-color: #8313FF;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .amateur-arrow {
        position: absolute;
        z-index: 1;

        @media (max-width: 1200px) {
            max-width: 100%;
        }

        @media (max-width: 768px) {
            display: none;
        }
    }

    .amateur-arrow-top {
        left: 25%;
        bottom: 85%;
        width: 323px;

        @media (max-width: 1200px) {
            left: 25%;
        }
    }

    .amateur-arrow-bottom {
        left: 22%;
        top: -37%;
        width: 376px;

        @media (max-width: 1200px) {
            left: 22%;
            top: -30%;
            max-width: 115%;
        }
    }

    .amateur-image {
        width: 100%;
    }

    .amateur-info-item-left,
    .amateur-info-item-right {
        padding-top: 2rem;
    }
}

.highlight {
    background: linear-gradient(90deg, #8313FF 0%, #8D0B99 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-secondary {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 600;

    @media screen and (max-width: 575px) {
        font-size: 1.25rem;
        margin-bottom: 16px;
    }
}

.form-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 2.5rem auto 0;

    @media (max-width: 768px) {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
}

.input {
    border-radius: 50px;
    border: 1px solid #83868F;
    background: #FFF;
    box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.10);
    padding: 13px 16px;
    width: 40rem;
    max-width: 100%;
}

.input::placeholder {
    color: #83868F;
}

.input-highlight:focus {
    outline: none;
    box-shadow: 0 0 0 .25rem #ff1313;
}

.btn-scan {
    background-color: #000;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    transition: background-color 0.3s;

    @media screen and (max-width: 575px) {
        width: 100%;
        justify-content: center;
    }
}

.header-btn-scan {
    padding: 0.2rem 0.2rem 0.2rem 1rem;
}

.btn-scan:hover {
    background-color: #8313FF;
    color: #fff;
}

.btn-price {
    background-color: #000;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    transition: background-color 0.3s;
    border: 1px solid #000;
}

.btn-hover-inverse:hover {
    color: #8313FF;
    background-color: #fff;
    transition: color 0.2s;
    border: 1px solid #8313FF;
}

.btn-scan-outline {
    border: 1px solid #000;
    background-color: #fff;
    color: #13024F;
}

.btn-rounded {
    border-radius: 50px;
}

/*benefits sections*/
.benefits-section {

    .benefits-section-card-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;

        .benefit-card {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 16px;
            border-radius: 24px;
            border: 1px solid #D9CEFF;
            flex: 0 0 calc(50% - 12px);

            @media screen and (max-width: 1200px) {
                flex-basis: 100%;
            }

            @media screen and (max-width: 767px) {
                flex-direction: column;
            }

            .benefit-card-title {
                font-weight: 600;
                font-size: 1.25rem;
                line-height: 100%;
                margin-bottom: 16px;
            }

            .text {
                font-weight: 400;
                font-size: 1.125rem;
                line-height: normal;
            }
        }
    }
}

/*lawsuit section*/
.lawsuit-section {
    background-color: #ffffff;
    border-radius: 24px 24px 0 0;
    padding-bottom: 0;

    .lawsuit-card-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        z-index: 1;

        @media screen and (max-width: 1200px) {
            flex-direction: column;
        }
    }

    .lawsuit-card {
        display: flex;
        gap: 24px;
        flex: 0 0 calc(50% - 12px);
        border-radius: 14px;
        padding: 24px;
        background: #FFF;
        box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.15);

        @media screen and (max-width: 1400px) {
            flex-basis: calc(50% - 18px);
        }

        @media screen and (max-width: 575px) {
            flex-direction: column;
        }
    }

    .lawsuit-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .lawsuit-text {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .lawsuit-footer {
        margin-top: auto;
        margin-bottom: 0;
    }

    .lawsuit-image {
        flex: 0 0 40%;
        position: relative;

        .lawsuit-flag {
            position: absolute;
            right: 12px;
            top: -6px;
            height: 30px;

            &.spain {
                right: 21px;
            }

            &.france {
                right: 21px;
            }
        }

        @media screen and (max-width: 575px) {
            flex-basis: 100%;
            justify-content: center;
            text-align: center;
        }

        img {
            max-width: 100%;
        }
    }

    .lawsuit-content {
        display: flex;
        flex-direction: column;
    }

    .lawsuit-link {
        display: inline-flex;
        align-items: center;
        border-radius: 20px;
        padding: 4px 8px;
        gap: 8px;
        background: #F4F6F9;
        font-size: 1rem;
        text-decoration: underline;
    }
    .lawsuit-link:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("../../images/lawsuit/link-icon.svg") no-repeat center center / contain;
    }
}

.subtitle {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 100%;
    text-align: center;
    color: #8313FF;
    margin-bottom: 0.5rem;
}

.title-small {
    font-weight: 600;
    font-size: 3rem;
    line-height: 130%;
    text-align: center;
    margin: 0 auto 3rem;

    @media screen and (max-width: 575px) {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
}

.section-dark {
    background-color: #13024F;
    color: #fff;
    padding: 128px 0;
    margin: 0;
    border-radius: 1.5rem;

    .subtitle {
        color: #D9CEFF;
    }
}
.section-dark .title-small,
.section-dark p {
    color: #fff;
}

/*HIW section*/

.step-counter-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;

    @media screen and (min-width: 991px) {
        display: none;
    }

    .step-counter {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 16px;

        .step-number {
            width: 72px;
            height: 72px;
            display: grid;
            place-items: center;
            color: #13024F;
            background-color: #D9CEFF;
            border-radius: 50%;
            margin: 0;

            @media screen and (max-width: 575px) {
                width: 56px;
                height: 56px;
            }
        }

        .text {
            font-weight: 400;
            font-size: 1.125rem;
            margin: 0;
        }
    }
}

.logo-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;

    .logo-item {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

/*PURPLE BANNER COMPONENT*/
.free-tool-banner-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 3rem;
    background: url("../../images/banner-card-bg.svg") no-repeat center center / cover, linear-gradient(84.04deg, #5600CA 0.83%, #8313FF 94.45%);
    border-radius: 1.5rem;
    max-width: 1448px;
    width: 100%;
    margin: 0 auto;

    @media screen and (max-width: 991px) {
        padding: 4rem;
    }

    @media screen and (max-width: 575px) {
        padding: 4rem 1rem;
    }

    h2 {
        font-weight: 700;
        font-size: 3.75rem;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 8px;
        color: #ffffff;

        @media screen and (max-width: 991px) {
            font-size: 2.5rem;
        }

        @media screen and (max-width: 575px) {
            font-size: 1.5rem;
        }
    }

    p {
        font-weight: 400;
        font-size: 1.5rem;
        line-height: normal;
        text-align: center;
        color: #ffffff;
        margin: 0;

        @media screen and (max-width: 575px) {
            font-size: 1.125rem;
        }
    }

    p.partner-text {
        margin-bottom: 40px;
    }

    .form-block {
        width: 100%;

        @media screen and (max-width: 575px) {
            margin: 1.5rem auto;
            padding: 0;
            gap: 1rem;
        }
    }
}

.title-big {
    font-weight: 600;
    font-size: 3.75rem;
    line-height: 130%;
    text-align: center;

    @media screen and (max-width: 991px) {
        font-size: 2.5rem;
    }

    @media screen and (max-width: 575px) {
        font-size: 1.5rem;
    }

    span {
        background: linear-gradient(90deg, #8313FF 0%, #8D0B99 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
/*Compliance Section */
.compliance-section {
    background-color: #EFEDF7;
    background-image: url("../../images/compliance/dynamic-bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
    padding: 6rem 2rem 0;
    z-index: 2;


    .compliance-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .compliance-icon {
        margin-bottom: -96px;

        @media screen and (max-width: 1400px){
            margin-bottom: -72px;
        }
    }
}

/*TOOLKIT Section*/
.toolkit-section {
    padding: 128px 0;

    .toolkit-items {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        margin-bottom: 96px;
    }

    .toolkit-slider-inner {
        flex: 0 0 calc(50% - 12px);
        border: 1px solid #D9CEFF;
        border-radius: 1.5rem;
        padding: 1rem;
        display: flex;
        flex-direction: row;
        gap: 2rem;
        justify-content: space-between;

        .toolkit-slider-content {
            align-self: center;
            padding: 4rem 0;

            @media screen and (max-width: 1300px){
                padding: 1rem 0;
            }

            .toolkit-title {
                font-weight: 600;
                font-size: 1.5rem;
                color: #ffffff;
                margin-bottom: 8px;

                @media screen and (max-width: 575px){
                    font-size: 1.25rem;
                }
            }

            .text {
                font-weight: 400;
                font-size: 1.125rem;
                color: #FFFFFF;
                margin: 0;

                @media screen and (max-width: 575px){
                    font-size: 1rem;
                }
            }
        }

        .toolkit-image {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50%;
            padding: 12px;
            background: #FFFFFF;
            border-radius: 0.875rem;
            flex-shrink: 0;

            img {
                width: 100%;
            }
        }
    }
}

@media (max-width: 991px) {
    .toolkit-section .toolkit-items {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .toolkit-items {
        margin-bottom: 72px;
    }
    .toolkit-section {
        padding: 8rem 0;
        margin: 60px 0;

        .title {
            font-size: 1.5rem;
            margin-bottom: 2rem;
        }

        .toolkit-slider-inner {
            flex-direction: column;
            gap: 1.5rem;

            .toolkit-slider-content {
                align-self: normal;
            }

            .subtitle {
                font-size: 1.25rem;
            }

            .text {
                font-size: 1rem;
            }

            .toolkit-image {
                width: 100%;
            }
        }
    }
}

.section-marketing {
    padding-bottom: 350px;
}

.partner-block {
    margin-top: -340px;
    margin-bottom: 128px;
}

.marketing-items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    position: relative;

    @media screen and (max-width: 767px) {
        flex-direction: column;
    }
}

.marketing-item {
    padding: 32px 24px;
    display: flex;
    border-radius: 16px;
    justify-content: space-around;
    font-size: 1.25rem;
    font-weight: 600;
    flex: 1 1 calc(50% - 12px);
    position: relative;
    gap: 1rem;

    @media screen and (max-width: 767px) {
        border: solid 1px #D9CEFF;
    }

    @media screen and (max-width: 575px) {
        flex-direction: column-reverse !important;
    }

    img {
        max-width: 50%;

        @media screen and (max-width: 575px) {
            max-width: 50%;
        }
    }
}

.marketing-item-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    @media screen and (max-width: 767px) {
        display: none;
    }
}

.marketing-item:nth-child(2),
.marketing-item:nth-child(5) {
    flex-direction: row-reverse;
}

.marketing-item:nth-child(1),
.marketing-item:nth-child(2) {
    align-items: flex-start;

    @media screen and (max-width: 767px) {
        align-items: center;
    }

    .marketing-title {
        margin-top: 60px;

        @media screen and (max-width: 1200px) {
            margin-top: 0;
        }
    }
}
.marketing-item:nth-child(4),
.marketing-item:nth-child(5) {
    align-items: flex-end;

    @media screen and (max-width: 767px) {
        align-items: center;
    }

    .marketing-title {
        margin-bottom: 60px;

        @media screen and (max-width: 1200px) {
            margin-bottom: 0;
        }
    }
}

.marketing-title {
    flex: 0 0 35%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-size: 1.25rem;

    @media screen and (max-width: 991px) {
        flex: 0 0 50%;
        font-size: 1rem;
    }
}

.marketing-hero {
    font-size: 2rem;
    color: #13024F;
    font-weight: 600;
    text-align: center;
    background: #D9CEFF;
    border-radius: 16px;
    padding: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    @media screen and (max-width: 1200px) {
        font-size: 1.5rem;
        width: 22%;
        height: 28%;
        padding: 24px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    @media screen and (max-width: 991px) {
        font-size: 1rem;
    }
    @media screen and (max-width: 767px) {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
    }
}

.marketing-hero p {
    font-size: 2rem;
    color: #13024F;
}

.trusted-brands {
    background-color: #EFEAFF;
    border: solid 1px #8313FF;
    border-radius: 24px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.10);
    transform: translateY(-300px);
    margin-bottom: -190px;
    padding: 72px 122px;

    @media screen and (max-width: 991px) {
        padding: 48px;
    }

    @media screen and (max-width: 575px) {
        padding: 32px 16px;
    }

    .title-secondary {
        color: #13024F;
    }
}

.trusted-brands-list {
    display: flex;
    flex-wrap: wrap;
    gap: 56px 130px;
    justify-content: center;

    @media screen and (max-width: 991px) {
        gap: 56px 76px;
    }

    @media screen and (max-width: 575px) {
        gap: 16px;
        justify-content: space-around;

        svg {
            max-width: 40%;
        }
    }
}

.section-dev-benefits {
    margin-top: 280px;
}

.dev-benefits-wrapper {
    display: flex;
    gap: 114px;
    align-items: center;

    img {
        max-width: 50%;
    }

    @media screen and (max-width: 991px) {
        gap: 24px;
    }

    @media screen and (max-width: 767px) {
        flex-direction: column-reverse;

        img {
            max-width: 100%;
        }
    }
}

.dev-benefits {
    display: flex;
    flex-direction: column;
    gap: 32px;

    @media screen and (max-width: 575px) {
        gap: 24px;
    }
}

.dev-benefit-icon {
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;

    @media screen and (max-width: 575px) {
        width: 40px;
        height: 40px;
    }
}

.dev-benefit {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dev-benefit-title {
    margin-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;

    @media screen and (max-width: 575px) {
        font-size: 1.125rem;
    }
}
/*Testimonials Section*/
.testimonials-section {

    .logo-section {
        margin-top: 6rem;
    }
    .testimonials-block {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    .testimonials-slider-inner {
        flex: 0 0 calc(50% - 12px);
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 1rem;

        .testimonials-image {
            border-radius: 100px;
            border: 1px solid #EFEAFF;
            background: #FFF;
            width: 100px;
            height: 100px;
            display: grid;
            place-items: center;
            flex-shrink: 0;

            @media screen and (max-width: 575px) {
                width: 56px;
                height: 56px;
            }
        }
        .testimonials-slider-content {
            display: flex;
            flex-direction: column;
            padding: 2rem;
            background: #FFFFFF;
            box-shadow: 0 0 32px 0 #00000026;
            border-radius: 14px;

            .quote-icon {
                width: 78px;
                height: 55px;
                margin-bottom: 1rem;
            }

            .reviewer-info {
                font-weight: 600;
                font-size: 1rem;
                margin-bottom: 4px;
            }

            .reviewer-position {
                font-weight: 400;
                font-size: 0.875rem;
                color: #83868F;
                max-width: 357px;
            }
        }
    }
}

@media (max-width: 991px) {
    .testimonials-section .testimonials-slider-inner {
        flex-basis: 100%;
    }
}

@media (max-width: 575px) {
    .testimonials-section {
        margin: 60px 0;

        .testimonials-image {
            width: 56px;
        }
    }
}
.acc-alert-section {
    background-color: #EFEDF7;
    background-image: url("../../images/compliance/dynamic-bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
    padding: 6rem 2rem 0;
    z-index: 2;

    .acc-alert-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*FAQ Section*/

body:not(.professional) .faq-section {
    border-radius: unset;
    margin: -1.5rem 0;
}

.faq-section {
    .faq-wrapper {
        display: flex;
        align-items: center;
        gap: 100px;
        width: 100%;

        .faq-image {
            flex: 0 0 43%;
        }

        .accordion {
            width: 100%;

            .accordion-item {
                border: 1px solid #D9CEFF;
                background-color: transparent;
                border-radius: 14px;
                box-shadow: none;
                padding: 2rem 1.5rem;

                &:not(:last-child) {
                    margin-bottom: 20px !important;
                }

                .accordion-header {
                    font-size: 1.5rem;

                    @media screen and (max-width: 575px) {
                        font-size: 1.25rem;
                    }

                    .accordion-button {
                        font-weight: 600;
                        font-size: 1.5rem;
                        line-height: normal;
                        background-color: transparent;
                        color: #fff;
                        box-shadow: none;
                        padding: 0;
                        display: flex;
                        justify-content: space-between;

                        &:after {
                            margin-left: 1rem;
                            width: 2rem;
                            height: 2rem;
                            background-size: contain;
                            background-image: url("../../images/accordion-arrow.svg");
                        }

                        &:not(.collapsed)::after {
                        }
                    }
                }

                .accordion-body {
                    color: #ffffff;
                    font-weight: 400;
                    font-size: 1rem;
                    padding: 1rem 0 0;
                }
            }
        }
    }
}

/*Support section*/
.support-section {
    background-color: #EFEDF7;
    background-image: url("../../images/compliance/dynamic-bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
    padding: 128px 2rem 128px;
    z-index: 2;
    position: relative;

    .support-section-card-wrapper {
        max-width: 1202px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        gap: 1.5rem;

        @media screen and (max-width: 991px) {
            flex-direction: column;
        }

        .support-card {
            cursor: pointer;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            flex: 1;
            width: 100%;
            background: #ffffff;
            border-radius: 14px;
            padding: 1.5rem;
            border: 2px solid #EFEAFF;

            .support-title {
                font-size: 1.25rem;
                line-height: 120%;
                margin-bottom: 1rem;
                font-weight: 600;
                color: var(--text-color);
            }

            .support-card-header {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;

                svg {
                    transition: all 0.3s;

                    path {
                        stroke: #5A5D63;
                    }
                }
            }

            &:hover {
                color: inherit;
                border: solid 2px #8313FF;
            }
        }
    }
}

/*About Section*/
.about-section {
    background: #ffffff;
    padding: 10rem 0 8.75rem;

    .about-section-wrapper {
        display: flex;
        align-items: center;
        gap: 123px;
        margin-bottom: 8rem;

        @media screen and (max-width: 991px) {
            flex-direction: column-reverse;
            align-items: flex-start;
            gap: 24px;
        }

        .about-image {
            width: 50vw;
            text-align: end;

            @media screen and (max-width: 991px) {
                width: 100%;
            }
        }

        .about-text-content {
            max-width: 503px;
            width: 100%;
            padding-right: 1rem;

            @media screen and (max-width: 991px) {
                max-width: 100%;
                padding: 0 1rem;
            }
        }
    }
}

p.text {
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 0;

    @media screen and (max-width: 575px) {
        font-size: 1rem;
    }

    & + p.text {
        margin-top: 1rem;
    }
}

.section-prof-scan {
    margin: 250px auto 128px;

    @media screen and (max-width: 767px) {
        margin-top: 40vw;
    }
}

.prof-scan-image {
    margin-bottom: -250px;
    transform: translateY(-300px);

    @media screen and (max-width: 767px) {
        margin-bottom: -30vw;
        transform: translateY(-40vw);
    }
}

.prof-features {
    display: flex;
    gap: 24px;
    align-items: flex-start;

    @media screen and (max-width: 767px) {
        flex-direction: column;
    }
}

.prof-feature {
    flex: 1;
    border-radius: 24px;
    margin-top: 86px;
    padding: 24px;
    background: #FFF;
    box-shadow: 0 0 96px 0 rgba(0, 0, 0, 0.15);

    @media screen and (max-width: 575px) {
        margin-top: 0;
    }

    &:nth-child(2) {
        margin-top: 0;
    }
}

.prof-feature-image {
    margin-top: 24px;
}

.prof-feature-title {
    font-size: 1.25rem;
    font-weight: 600;

    @media screen and (max-width: 575px) {
        font-size: 1.125rem;
    }
}

.video-block {
    display: flex;
    justify-content: center;
}

.video-wrapper {
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
}

.video-player {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.section-true-acc {
    background-color: #EFEAFF;
    padding: 128px 0;
    position: relative;
    z-index: 1;
    border-radius: 1.5rem;
}

.true-acc-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 60px;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 24px;
    }
}

.true-acc-content {
    max-width: 580px;
    width: 100%;
    padding: 0 1rem;
}

.true-acc-image {
    width: 50%;

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}
/* Solutions Section*/
.solution-tabs {
    display: flex;
    justify-content: center;
    margin-top: 48px;

    @media screen and (max-width: 991px) {
        overflow-x: auto;
        justify-content: flex-start;
    }

    @media screen and (max-width: 575px) {
        margin-top: 16px;
    }
}

.solution-tab {
    font-size: 1.5rem;
    border-radius: 14px 14px 0 0;
    background-color: #fff;
    margin-bottom: -1px;
    padding: 12px 32px;
    border-bottom: 1px solid #D9CEFF;

    @media screen and (max-width: 575px) {
        padding: 12px 24px;
        font-size: 1.125rem;
    }

    &.active {
        font-weight: 600;
        border: 1px solid #D9CEFF;
        border-bottom-color: #fff;
        background: #8313FF;
        color: #fff;
    }
}
.solution-tab-content {
    padding: 48px 72px;
    border: 1px solid #D9CEFF;
    border-radius: 14px;
    background-color: #fff;
    position: relative;

    @media screen and (max-width: 991px) {
        border-radius: 0 0 24px 24px;
    }

    @media screen and (max-width: 575px) {
        padding: 12px;
    }

    p {
        margin-bottom: 24px;
        font-weight: 600;
    }
}

.plans-title {
    margin: 0 auto 3rem;
    max-width: 1000px;
}

.plans-title-reverse {
    display: flex;
    flex-direction: column-reverse;

    .title-small {
        margin-bottom: 1rem;
    }
}

.title-small-no-margin {
    margin: 0 auto !important;
}

.price-plans {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.section-plans.yearly {
    .price-plan-price-month {
        display: none;
    }
}
.section-plans:not(.yearly) {
    .price-plan-price-year {
        display: none;
    }
}

.price-plan {
    border-radius: 24px;
    border: 1px solid #D9CEFF;
    background: #FFF;
    padding: 24px;
    flex: 1;
    text-align: center;
    position: relative;

    @media screen and (max-width: 991px) {
        flex: 0 0 calc(50% - 12px);
    }

    @media screen and (max-width: 575px) {
        flex: 0 0 100%;
    }
}

.price-plan-tab-title {
    font-size: 1.125rem;
    font-weight: 400;
}

.price-plan-popular {
    border-color: #8313FF;
}

.price-plan-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.price-plan-price {
    color: #8313FF;
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 4px;

    span {
        color: #83868F;
        font-size: 1rem;
        font-weight: 400;
    }
}

.price-plan-desc {
    font-size: 1rem;
    font-weight: 400;
    color: #8313FF;
    min-height: 3rem;
    margin-bottom: 16px;

    span {
        display: block;
        color: #83868F;
    }
}

.price-plan-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    padding: 0;

    li {
        display: flex;
        align-items: flex-start;
        text-align: left;
        gap: 8px;
    }

    li:before {
        content: "";
        display: block;
        background: url("../../images/prof/circle-check.svg") no-repeat center center / contain;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }
}

.price-plan-label {
    border-radius: 20px;
    background: #8313FF;
    color: #fff;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 0.75rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.switch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.switch-label {
    font-size: 1.25rem;
    color: #83868F;
}

.section-plans:not(.yearly) .switch-label-month {
    color: #13024F;
}

.section-plans.yearly .switch-label-year {
    color: #13024F;
}

.switch input {
    display: none;
}

.slider {
    display: inline-block;
    background-color: #EFEDF7;
    cursor: pointer;
    position: relative;
    transition: .4s;
    width: 32px;
    height: 12px;
}

.slider:before {
    background-color: #8313FF;
    bottom: -3px;
    content: "";
    height: 18px;
    left: -1px;
    position: absolute;
    transition: .4s;
    width: 18px;
}

input:checked + .slider:before {
    transform: translateX(16px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.price-tabs {
    border-radius: 24px;
    background: #F4F6F9;
    display: inline-flex;
    justify-content: center;
    margin: 32px 0 48px;
}

.price-tab {
    border-radius: 24px;
    background: #F4F6F9;
    color: #83868F;
    padding: 8px 24px;
    border: none;
}

.price-tab.active {
    border-radius: 50px;
    background: #8313FF;
    color: #fff;
    font-weight: 700;
}

.form-section {
    margin-bottom: 24px;
}

.form-section-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 16px;
}

.form-group {
    margin-bottom: 16px;
}

.form-control {
    padding: 0.5rem 1rem;
    border-radius: 2rem;
}

.partners-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.partner-item {
    flex: 0 0 calc(33% - 12px);
    padding: 24px;
    border: solid 1px #D9CEFF;
    border-radius: 16px;
}

.partner-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
}

.partner-item-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.partner-item-text {
    font-size: 1rem;
}

.partner-item-location {
    color: #333333;
    margin-bottom: 16px;
}

.partner-item-tag {
    display: inline-flex;
    gap: 8px;
    border-radius: 16px;
    background-color: #EFEDF7;
    padding: 4px 8px;
}

.partner-item-label {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 16px;
}

.partner-item-rating {
    align-items: center;
    gap: 16px;
}

.partner-item-block {
    margin-bottom: 24px;
}

.partner-item-block.lang {
    min-height: 126px;
}

.partner-package {
    border-radius: 24px;
    padding: 80px 24px 24px;
    box-shadow: 0 0 96px 0 rgba(19, 2, 79, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.partner-package-decor {
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
}

.partner-package-decor-small {
    background-color: #d9ceff;
    width: 70%;
    padding-top: 70%;
}

.partner-package-decor-medium {
    background-color: #efeaff;
    width: 110%;
    padding-top: 110%;
}

.partner-package-decor-large {
    background-color: #f7f4ff;
    width: 150%;
    padding-top: 150%;
}

.partner-package-subtitle {
    color: #8313FF;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.partner-package-title {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 32px;
}

.partner-package-image {
    position: absolute;
    top: 24px;
    right: 24px;
}

.partner-package-footer {
    margin-top: auto;
}

.partner-package-text {
    margin-bottom: 24px;

     p {
         font-size: 1rem;
     }
}

.partner-subtitle {
    font-size: 1.5rem;
    margin: 0 auto 3rem;
}

.section-partner-package {
    .column-pt {
        border-radius: 1rem;
        padding-top: 5rem !important;
    }

    .col-header {
        min-height: 64px;
        line-height: 1;
    }

    a {
        border-radius: 2rem;
    }

    a:hover {
        background: #8313FF;
        text-decoration: none;
        border-color: #8313FF;
    }

    ul {
        color: var(--text-color);
    }

    .text-brand {
        color: var(--light-purple);
    }

    .top-0 {
        top: 0;
    }

    .right-0 {
        right: 0;
    }

    .top-5 {
        top: 1.25rem;
    }

    .right-5 {
        right: 1.25rem;
    }

    .bg-purple2 {
        background: #d9ceff;
    }

    .bg-purple3 {
        background: #efeaff;
    }

    .opacity-50 {
        opacity: .5;
    }

    .transform-50 {
        transform: translate(50%, -50%);
    }
}
